home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @echo Electronic Airworthiness Directives V1.00
- @echo Copyright (c) 1991 Flightline Electronic Publishing, Inc.
- @echo Using REFBOOK V1.50
- @echo Copyright (c) 1990, 1991 Reference Technology, Inc.
- @echo off
- path > temp.bat
- path=.
- refbook /c=ead.dbf /h=ead.hlp /t=%1
- call temp
- del temp.bat
-